home *** CD-ROM | disk | FTP | other *** search
/ EROS 2 / EROS 2.iso / mac / EROS vol.2 / EROS vol.DXR / 00731.ls < prev    next >
Encoding:
Text File  |  1995-12-20  |  265 b   |  13 lines

  1. on mouseUp
  2.   global sn, movPC
  3.   TVTran()
  4.   if sn = 1 then
  5.     puppetSound(0)
  6.     set the castNum of sprite 4 to the number of cast "fun.mov"
  7.     set movPC to 4
  8.     exit
  9.   end if
  10.   set the castNum of sprite 4 to the number of cast "fuck me new"
  11.   set movPC to 0
  12. end
  13.